Function: getIdFor(object) Description: Gets the id string previously set using setIdFor(). Returns: String if set, Null otherwise. Example: // Get the id string for an object. var id = $A.getIdFor(domElement);